GoXam for WPF v3
AddNode Method (GenericNetwork<V,E,Y>)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
GenericNetwork<V,E,Y> Class
: AddNode Method
a Node
This convenience method makes sure there is a
GenericNetwork.Vertex<V,E,Y>
in this network corresponding to a
Northwoods.GoXam.Node
.
Syntax
C#
public
V
AddNode(
Node
node
)
Parameters
node
a Node
Return Value
a
GenericNetwork.Vertex<V,E,Y>
in this network
See Also
Reference
GenericNetwork<V,E,Y> Class
GenericNetwork<V,E,Y> Members